UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

SLEM 5 must be configured to create or update passwords with a minimum lifetime of 24 hours (one day).


Overview

Finding ID Version Rule ID IA Controls Severity
V-261394 SLEM-05-611095 SV-261394r996604_rule Medium
Description
Enforcing a minimum password lifetime helps prevent repeated password changes to defeat the password reuse or history enforcement requirement. If users are allowed to immediately and continually change their password, the password could be repeatedly changed in a short period of time to defeat the organization's policy regarding password reuse.
STIG Date
SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide 2024-06-04

Details

Check Text ( C-65123r996603_chk )
Verify SLEM 5 creates or updates passwords with minimum password age of one day or greater with the following command:

> grep '^PASS_MIN_DAYS' /etc/login.defs
PASS_MIN_DAYS 1

If "PASS_MIN_DAYS" does not have a value of "1" or greater, the line is commented out, or no line is returned, this is a finding.
Fix Text (F-65031r996048_fix)
Configure SLEM 5 to enforce 24 hours/one day or greater as the minimum password age.

Add or modify the following line in the "/etc/login.defs" file:

PASS_MIN_DAYS

The DOD requirement is "1", but a greater value is acceptable.